home *** CD-ROM | disk | FTP | other *** search
- /* CAM-Parity-Flip 1.00 © THOR 1995 by an idea of Toffoli */
-
- MakeAlgorithm:
- PLANEALGORITHM neumann centers
- return
-
- MakePlane:
- if plane=0 then; do
- newplane=center ^ north ^ south ^ west ^ east ^ center_
- if newplane=0 then SETPLANE off
- else SETPLANE on
- end; else; do
- SETPLANE center
- end
- return
-
-
-